home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00232_Bitmap_232 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  75KB  |  480x155  |  1-bit (2 colors)
Labels: text | font | screenshot
OCR: This function is in the standard library, and its function prototype is in "stdlib.h". It causes the space pointed to by w to be deallocated. The system is then able to use this space for some other purpose. Unlike automatic storage, space allocated by calloc( ) is not relinquished automatically upon exit from a function. The programmer must explicitly free this space.